From a05a80b6f2cacc878d6e4b0acdbbcb47c8673cf6 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 13 May 2016 12:39:15 -0400 Subject: [PATCH] Correct reference to `foo` to `hello_world` Copypasta, or forgotten name change --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index e66454fee..31dee492d 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -186,7 +186,7 @@ dependencies, compile them all, and update the `Cargo.lock`: Compiling memchr v0.1.5 Compiling aho-corasick v0.3.0 Compiling regex v0.1.41 - Compiling foo v0.1.0 (file:///path/to/project/hello_world) + Compiling hello_world v0.1.0 (file:///path/to/project/hello_world) Run it: -- 2.30.2